Execute Command Line
Command Prototype
sRet = Sys.Command(sCommand)
Command Description
Execute the system command line, and return the text output by the console during the execution of the command line
Parameter Description
- Required Parameter
- sCommand--The command line to execute
- return
- sRet--The variable used to save the output of the function call